Class symantec.itools.db.beans.brl.ConstantMember
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.ConstantMember

Object
   |
   +----symantec.itools.db.beans.brl.ConstantMember

public class ConstantMember
extends Object
implements CompColInputMember
Class which describes the constant inputs to the business rule

Version:
1.00 07/24/98
Author:
Puru Balakrishnan

Constructor Index

 o symantec.itools.db.beans.brl.ConstantMember()
Constructor
 o symantec.itools.db.beans.brl.ConstantMember(Object, int)
Constructor
 o symantec.itools.db.beans.brl.ConstantMember(Object, int, int)
Constructor

Method Index

 o getDataType()
Method to return the datatype as an integer.
 o getMemberIndex()
Method to return the member index for the member
 o getStatus()
get status
 o getValue()
Method to return the value
 o setDataType(int)
Method to set the data type.
 o setMemberIndex(int)
Set the member index
 o toString()
Method to return the String description

Constructors

 o ConstantMember
public ConstantMember()
Constructor

 o ConstantMember
public ConstantMember(Object value,
                      int type)
Constructor

 o ConstantMember
public ConstantMember(Object value,
                      int type,
                      int index)
Constructor

Methods

 o getDataType
public int getDataType()
Method to return the datatype as an integer. Integer values are specified in java.sql.Types.java

Returns:
integer
 o getMemberIndex
public int getMemberIndex()
Method to return the member index for the member

Returns:
int
 o getStatus
public int getStatus()
get status

Returns:
int
 o getValue
public java.lang.Object getValue()
Method to return the value

Returns:
Object
 o setDataType
public void setDataType(int type)
Method to set the data type.

Parameters:
int - - data type
 o setMemberIndex
public void setMemberIndex(int index)
Set the member index

Parameters:
int - - member index
 o toString
public java.lang.String toString()
Method to return the String description

Returns:
String
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index